============================================================================== Simba PayPal JDBC Data Connector Release Notes ============================================================================== The release notes provide details of enhancements, features, known issues, and workflow changes in Simba PayPal JDBC Connector 1.7.11, as well as the version history. 1.7.11 ======================================================================= Released 2025-06-24 Enhancements & New Features * Updated third-party libraries The connector now uses the following third-party libraries: - commons-csv version 1.10.0 (previously 1.9.0) - commons-codec version 1.16.0 (Previously 1.15) - jackson-annotations version 2.16.0 (previously 2.14.0) - jackson-core version 2.16.0 (previously 2.14.0) - jackson-databind version 2.16.0 (previously 2.14.0) - jackson-jq version 0.0.13 (Previously 0.0.12) - httpclient version 4.5.14 (Previously 4.5.13) - httpcore version 4.4.16 (previously 4.4.15) - guava version 32.0.1-jre (previously 31.1-jre) * Update on database schemas No new database schemas are added, modified, or decommissioned. Workflow Changes ============================================================= The following changes may disrupt established workflows for the connector. 1.5.1 ------------------------------------------------------------------------ * TrustCertsPath removed Beginning with this release, the TrustCertsPath driver configuration option is no longer used. Instead, the driver now uses the Java KeyStore for certificates for peer verification. * New default values for SSL properties on non-Windows platforms Beginning with this release, by default the driver uses host and peer verification (UseHostVerification and UsePeerVerification default to 1), regardless of platform. Previously these options defaulted to 1 for Windows and 0 for non-Windows platforms. Version History ============================================================== 1.7.9 ------------------------------------------------------------------------ Released 2022-11-17 Enhancements & New Features * Updated third-party libraries The connector now uses the following third party libraries: - jackson-annotations version 2.14.0 (previously 2.13.3) - jackson-core version 2.14.0 (previously 2.13.3) - jackson-databind version 2.14.0 (previously 2.13.3) - commons-csv version 1.9.0 (previously 1.8) - httpcore version 4.4.15 (previously 4.4.4) - guava version 31.1-jre (previously 30.0-jre) 1.7.8 ------------------------------------------------------------------------ Released 2022-07-25 Enhancements & New Features * Additional stored procedures The connector now includes additional stored procedures. For more information, see the Reference Guide. * Updated third-party libraries The connector has been updated to use the following libraries: - jackson-annotations version 2.13.3 (previously 2.13.1) - jackson-core version 2.13.3 (previously 2.13.1) - jackson-databind version 2.13.3 (previously 2.13.1) 1.7.6 ------------------------------------------------------------------------ Released 2022-03-01 Enhancements & New Features * Updated database schema The database schema has been updated. This may include changes to the list of supported tables or the metadata in the tables. For more information, see the Reference Guide. * Additional stored procedures The connector now includes additional stored procedures. For more information, see the Reference Guide. * Updated third-party libraries The connector has been updated to use the following libraries: - commons-codec version 1.15 (previously 1.11) - jackson-annotations version 2.13.1 (previously 2.12.2) - jackson-core version 2.13.1 (previously 2.12.2) - jackson-databind version 2.13.1 (previously 2.12.2) 1.7.3 ------------------------------------------------------------------------ Released 2021-05-01 Enhancements & New Features * Updated third-party libraries The connector has been updated to use the following libraries: - commons-csv version 1.8 (previously 1.4) - jackson-annotations version 2.12.2 (previously 2.11.1) - jackson-core version 2.12.2 (previously 2.11.1) - jackson-databind version 2.12.2 (previously 2.11.1) - jackson-jq version 0.0.12 (previously 0.0.7) 1.7.0 ------------------------------------------------------------------------ Released 2020-06-29 Resolved Issues The following issue has been resolved in Simba PayPal JDBC Driver 1.7.0. * [MPHJ-1493] In some cases, the Catalog_Products table does not return any results. 1.6.0 ------------------------------------------------------------------------ Released 2019-10-18 Enhancements & New Features * [MPHJ-1190] Updated OAuth 2.0 authentication support The driver can now retrieve OAuth 2.0 access tokens and use them to authenticate connections to PayPal. To configure the driver to do this, provide your PayPal application information in your connection URL. For more information about authenticating your connections, see the Installation and Configuration Guide. * Support for item endpoint The driver now supports query optimization using the item endpoint. * [MPHJ-1131][MPHJ-1138] Updated third-party libraries The driver now uses Jackson 2.9.9 and jackson-databind 2.9.9.3. Resolved Issues The following issues have been resolved in Simba PayPal JDBC Driver 1.6.0. * [MPHJ-1187] Stored procedures are not supported. This issue has been resolved. You can now call stored procedures to retrieve details about certain objects in your PayPal data source. For more information, see the Reference Guide. * [MPHJ-1188] Write-back is not supported. This issue has been resolved. The driver now supports INSERT, UPDATE, and DELETE statements. 1.5.0 ------------------------------------------------------------------------ Released 2017-10-15 * Version 1.5.0 was the first official release of the Simba Paypal JDBC Driver. ==============================================================================